home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / mapping_contains < prev    next >
Text File  |  2001-04-06  |  684b  |  20 lines

  1. DEPRECATED
  2. SYNOPSIS
  3.         int mapping_contains(mixed &data1, ..., &dataN, map, key)
  4.  
  5. DESCRIPTION
  6.         If the mapping contains the key map, the corresponding values
  7.         are assigned to the data arguments, which massed be passed by
  8.         reference, and 1 is returned. If key is not in map, 0 is
  9.         returned and the data args are left unchanged.
  10.         It is possible to use this function for a 0-value mapping, in
  11.         which case it has the same effect as member(E).
  12.  
  13. HISTORY
  14.         Renamed to 'm_contains()' in LDMud 3.2.6.
  15.         Since LDMud 3.2.9, not available if driver is compiled without
  16.           USE_DEPRECATED.
  17.  
  18. SEE ALSO
  19.         mappings(LPC), member(E)
  20.